Skip to content

Implement TimedeltaArray._from_sequence #23953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 29, 2018

Conversation

jbrockmendel
Copy link
Member

and have both TimedeltaArray.__new__ and TimedeltaIndex.__new__ dispatch to it

One test will fail until #23789 is merged.

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@pep8speaks
Copy link

Hello @jbrockmendel! Thanks for submitting the PR.

@jreback jreback added API Design Timedelta Timedelta data type labels Nov 28, 2018
@codecov
Copy link

codecov bot commented Nov 29, 2018

Codecov Report

Merging #23953 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23953      +/-   ##
==========================================
+ Coverage    92.3%   92.31%   +<.01%     
==========================================
  Files         161      161              
  Lines       51555    51547       -8     
==========================================
- Hits        47589    47584       -5     
+ Misses       3966     3963       -3
Flag Coverage Δ
#multiple 90.7% <100%> (ø) ⬆️
#single 42.44% <85.71%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/arrays/timedeltas.py 96% <100%> (+0.04%) ⬆️
pandas/core/indexes/timedeltas.py 90.11% <100%> (+0.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7653a6b...4a60119. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented Nov 29, 2018

can you rebase

@jbrockmendel
Copy link
Member Author

rebased+green

@jreback jreback added this to the 0.24.0 milestone Nov 29, 2018
@jreback jreback merged commit dc8d35a into pandas-dev:master Nov 29, 2018
@jreback
Copy link
Contributor

jreback commented Nov 29, 2018

thanks

@jbrockmendel jbrockmendel deleted the pre-fixes6 branch November 29, 2018 22:34
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants